home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / DEM / D-H / DiskTop Demo.cpt / DiskTop™ Demo / card_3092.txt < prev    next >
Text File  |  1990-01-29  |  3KB  |  122 lines

  1. -- card: 3092 from stack: in
  2. -- bmap block id: 12235
  3. -- flags: 0000
  4. -- background id: 5860
  5. -- name: Path
  6. ----- HyperTalk script -----
  7. on openCard
  8.  
  9.   hide card field field1
  10.   hide card field field2
  11.   hide card field field3
  12.   hide card field field4
  13.  
  14.   unlock screen with visual effect dissolve
  15.   wait 250 ticks
  16.   lock screen
  17.   show card field field1
  18.   unlock screen with visual effect dissolve
  19.   wait 250 ticks
  20.  
  21.   hide card field field1
  22.  
  23.   lock screen
  24.   show card field field2
  25.   unlock screen with visual effect dissolve
  26.   wait 250 ticks
  27.   hide card field field2
  28.  
  29.   lock screen
  30.   show card field field3
  31.   unlock screen with visual effect dissolve
  32.   wait 250 ticks
  33.   hide card field field3
  34.  
  35.   lock screen
  36.   show card field field4
  37.   unlock screen with visual effect dissolve
  38.   wait 250 ticks
  39.   hide card field field4
  40.  
  41.  
  42.   lock screen
  43.   go to card "FOUND"
  44.   unlock screen with visual effect dissolve
  45.  
  46. end openCard
  47.  
  48.  
  49.  
  50. -- part 1 (field)
  51. -- low flags: 81
  52. -- high flags: 0004
  53. -- rect: left=270 top=34 right=112 bottom=466
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 16
  58. -- text size: 14
  59. -- style flags: 0
  60. -- line height: 18
  61. -- part name: Field1
  62.  
  63.  
  64. -- part 2 (field)
  65. -- low flags: 81
  66. -- high flags: 0004
  67. -- rect: left=21 top=89 right=167 bottom=217
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 16
  72. -- text size: 14
  73. -- style flags: 0
  74. -- line height: 18
  75. -- part name: Field2
  76.  
  77.  
  78. -- part 3 (field)
  79. -- low flags: 81
  80. -- high flags: 0004
  81. -- rect: left=167 top=219 right=331 bottom=349
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 16
  86. -- text size: 14
  87. -- style flags: 0
  88. -- line height: 18
  89. -- part name: Field3
  90.  
  91.  
  92. -- part 4 (field)
  93. -- low flags: 81
  94. -- high flags: 0004
  95. -- rect: left=328 top=193 right=234 bottom=500
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 16
  100. -- text size: 14
  101. -- style flags: 0
  102. -- line height: 18
  103. -- part name: Field4
  104.  
  105.  
  106. -- part contents for card part 1
  107. ----- text -----
  108. This is a sample find.               All files/folders that met the search parameters are displayed.
  109.  
  110. -- part contents for card part 2
  111. ----- text -----
  112. Clicking on a found item will show you the location of that file, no matter how many folders deep it is.
  113.  
  114. -- part contents for card part 3
  115. ----- text -----
  116. The Go To button will take you to that file.  
  117. The Open button will open that file.
  118. The Define button will take you back to the Find screen.
  119.  
  120. -- part contents for card part 4
  121. ----- text -----
  122. Clicking on Retain will take you to this screen.